Project information

For MOBA seekers needing to create and see builds

Item Build website I made from scratch. Utilizes HTML, CSS, Javascript, and PHP to provide the following functionality:"

  • Users can create accounts, php sanitizes all input and then utilizes third-party platform to send activation email to user
  • Upon clicking the activation link, php activates the user account and they can navigate to pages that require accounts, links change if user is logged in via php.
  • Builder section features numerous Heroes and Items, every hero and item is an object in javascript with tremendous amount of rich information per entity.
  • Entites are clickable to have their information filled in the browser, depending on the user's configurations, stats are calculated and user is then able to customize build information further.
  • Implemented Quill for main text editor, handling special sanitization for this particular field in php due to Quill text formatting
  • User is able to save and update their builds, they can go to their account where they see all builds they have created and can delete them from there.
  • Any user (logged in or not) can look at builds marked public, where javascript fetches the item build record from php and fills all the information from the build onto the site.